﻿body {
    background-color: White;
    max-width: 1024px;
    min-height: 1600px;
    margin: auto;
    font-size:20px;
    padding:5px
  }

footer{
    padding-top:25px;
}

h1 {
    color: blue;
    text-align: center;
}

/* Navigation Bar section */

.navbar {
    overflow: hidden;
    background-color: white;
    margin: 35px 0px 35px 0px;
    width: 1024px;
    /*
    border-top: 4px solid darkblue;
    border-left: 4px solid darkblue;
    border-right: 3px solid darkblue; 
    */
    border-bottom: 3px solid darkblue;
}

.navbar a {
    float: left;
    font-size: 18px;
    color: blue;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight:700;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 18px;
    border: none;
    outline: none;
    color: blue;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-weight:700;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: lightcyan;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: lightblue;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: darkblue;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: lightcyan;
}

.dropdown:hover .dropdown-content {
    display: block;
}
/* Right-aligned section inside the top navigation */

.topnav-right {
    float: right;
}

dt.Strath {
    text-align: left;
    clear: left;
    float: left;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    width: 75px;
}

dd.Strath {
    text-align: left;
    margin-left: 0px;
    float:left;
}
a{
    text-decoration:none;
}
@font-face {
    font-family: KaushanScript-Regular;
    src: url('../font/KaushanScript-Regular.ttf');
}

div.style-five {
    height: 75px;
    background: #fff url(../images/glider.png) no-repeat scroll right;
   }

hr.style-five {
    width: 85%;
    margin-top: -40px;
    border: 0;
    border-bottom: 2px solid blue;
    background: #70A8FF;
}
